Users
This object represents a user of your business. The user will have an address for each blockchain network and with the API will be able to send and receive different cryptocurrencies.
User Object
Field
Type
Description
id
string
ID of the user provided by the business
tenant_id
string
ID of the business owner of the User.
status
string
User status. Can be either active or blocked.
created_at
timestamp
Time when the User was created.
updated_at
timestamp
Time when the User was last updated.
metadata
object
Set of key values that you can attatch.
Create User
POST
https://api.ceibit.com/v1/users
Headers
Name
Type
Description
x-api-key*
string
Ceibit API Key found in dashboard.
Request Body
Name
Type
Description
id*
string
ID of the user provided by the business
metadata
object
Set of key values that you can attatch.
Last updated