Create a new stablecoin remitter
POST
/stablecoins/remittersRequest
Use this endpoint to create a new stablecoin remitter for a given budget.Query parameters
string
required
The ID of the account to work with.Allowable values: An existing
accountId (≤ 36 characters)Request body schema
string
required
The ID of the budget to work with.Allowable values: A valid UUID (≤ 36 characters)
string
required
The currency the remitter will send.Allowable values: A string [ 3 .. 4 ] characters (e.g.,
USDC)string
required
The currency that should be received into the budget.Allowable values: A string [ 3 .. 4 ] characters (e.g.,
USD)object
required
Individual or Business details object.
string
required
Type of remitter.Allowable values:
INDIVIDUAL, BUSINESSstring
required
First name (for individuals).
string
required
Last name (for individuals).
string
required
Date of birth in YYYY-MM-DD format (for individuals).
string
required
Email address.
string
required
Nationality as a two-letter country code.
object
required
Residential address object.
Response
If your request is successful, you’ll receive a201 response.
List stablecoin remitters
GET
/stablecoins/remittersRequest
Use this endpoint to retrieve a paginated list of all stablecoin remitters for a given budget. You can filter results using query parameters.Query parameters
string
required
The ID of the account to work with.Allowable values: An existing
accountId (≤ 36 characters)string
The ID of the budget to work with.Allowable values: A valid UUID (≤ 36 characters)
string
The source currency code to filter by, in ISO 4217 format.Allowable values: A string [ 3 .. 4 ] characters (e.g.,
USDC)string
The destination currency code to filter by, in ISO 4217 format.Allowable values: A string [ 3 .. 4 ] characters (e.g.,
USD)string
Search term to filter remitters.
integer
required
The maximum number of results to return. For example,
limit=200. Defaults to 100 if not provided.Allowable values: [ 1 .. 1000 ]integer
required
The number of items to skip before returning results. For example,
offset=100. Defaults to 0 if not provided.Allowable values: A valid integerResponse
If your request is successful, you’ll receive a200 response.
Retrieve a specific stablecoin remitter
GET
/stablecoins/remitters/{id}Request
Use this endpoint to retrieve details of a specific stablecoin remitter.Path parameters
string
required
The unique ID of the remitter.Allowable values: A valid UUID
Query parameters
string
required
The ID of the account to work with.Allowable values: An existing
accountId (≤ 36 characters)Response
If your request is successful, you’ll receive a200 response.