Skip to main content

DedicatedAddresses (1.0)

Download OpenAPI specification:Download

API documentation

addresses

Wallet create

This call allows you to create a dedicated address.

Note: Due to rare timeouts for larger numbers of requests, we strongly recommend a "retry logic" to be present

Authorizations:
HMAC
Request Body schema: application/json
asset
required
string <uuid>

This parameter indicates the unique code that identifies the asset.

unique
boolean
Default: false

This parameter, set as false by default, if set to true, creates a new dedicated wallet address every time the Wallet create endpoint is called (keep in mind that with the parameter set to false, if you request 2 dedicated addresses in a row, for different assets that belong in the same network - ETH and USDC, on the ETH chain, for example - the same address is provided, since the assets are from the same network and only the combination of the address and the asset is unique).

Responses

Request samples

Content type
application/json
{
  • "asset": "5a841cf2-3786-47ad-8831-36ccea9ed096",
  • "unique": false
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Wallet list

List of dedicated wallets attached to the current project

Note: Due to rare timeouts for larger numbers of requests, we strongly recommend a "retry logic" to be present

Authorizations:
HMAC

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}