List stablecoin remitters
Returns a list of stablecoin remitters for a given Budget.
GET
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The ID of the budget to work with.
Maximum string length:
36Example:
"775596ae-2624-40af-a9dc-9756110a4a03"
Required string length:
3 - 4Example:
"USDC"
Required string length:
3 - 4Example:
"USD"
The term to search the records for.
Maximum string length:
100Example:
"John"
Filter remitters by type.
Available options:
INDIVIDUAL, BUSINESS Example:
"INDIVIDUAL"
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
cURL