List stablecoin remitters beta

Returns a list of stablecoin remitters for a given Budget.

SecurityCommonAuth
Request
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
budgetId
string <uuid> <= 36 characters

The ID of the budget to work with.

Example: budgetId=775596ae-2624-40af-a9dc-9756110a4a03
sourceCurrencyCode
string [ 3 .. 4 ] characters
Example: sourceCurrencyCode=USDC
destinationCurrencyCode
string [ 3 .. 4 ] characters
Example: destinationCurrencyCode=USD
search
string <= 100 characters

The term to search the records for.

Example: search=John
limit
integer [ 1 .. 1000 ]
Default: 100

The maximum number of results to return.

Example: limit=200
offset
integer
Default: 0

The number of items to skip before returning results.

Example: offset=100
Responses
200

OK

get/stablecoins/remitters
Request samples
Response samples
application/json
{
  • "limit": 200,
  • "offset": 100,
  • "count": 67,
  • "rows": [
    ]
}