v1

latestOpenAPI 3.0.32026-07-23215362.6 KB
Funding Requests

List Funding Requests

Retrieve a list of funding requests with optional filtering and pagination.

get/v1/funding-request

Query parameters

afterstring

When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.

limitstring integer

When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.

fundingRequestIdstring uuid

Filter by funding request ID

customerAccountIdstring uuid

Filter by customer account ID

beneficiaryAccountIdstring uuid

Filter by beneficiary account ID

beneficiaryCurrency'AED' | 'USD'

Filter by beneficiary currency

fundingCurrency'USDC' | 'USDT'

Filter by funding currency

networkstring

Filter by network

status'PENDING_ADDRESS' | 'ACTIVE' | 'FAILED' | 'EXPIRED' | 'REMOVED'

Filter by status

createdAtStartstring date-time

Filter by creation date lower bound, exclusive

createdAtEndstring date-time

Filter by creation date upper bound, inclusive

expiresAtStartstring date-time

Filter by expiration date lower bound, exclusive

expiresAtEndstring date-time

Filter by expiration date upper bound, inclusive

customerReferencestring

Filter by customer reference

sortField'status' | 'createdAt'

Will sort the returned data using the specified field.

sortDirection'ASC' | 'DESC'

Specifies the sort direction for the sortField.

Response

Successful response

afterstring nullable

The token of the last item in the response

totalCountstring integer

The total number of items in the entire filtered data set