Default
Start date for filtering orders (ISO 8601 format)
End date for filtering orders (ISO 8601 format)
Filter orders by user ID
Filter orders by status
API key for authentication. Must be included in the request header.
Signature for verifying the request. Must be included in the request header.
successful
bad request
unauthorized
API key for authentication
The destination token ID (currently only supporting 'sol')
The destination token blockchain. If not provided, it can be selected by available chains if there's only one supported. If multiple chains support this token, this parameter should be required.
Address where exchanged funds will be sent
Optional destination tag for certain cryptocurrencies
Optional memo for certain cryptocurrencies
Optionally specify the amount for the on-ramp transaction in the fiat currency
Optionally specify the fiat currency for the on-ramp transaction. The list of supported fiat currencies can be obtained from https://docs.onramper.com/docs/fiat-currency-support
The user ID for tracking purposes. This is optional and can be used to associate the request with a specific user.
successful
bad request
unauthorized
API key for authentication
Signature for authentication request if required by the API key. The signature is generated using the withdraw address and the secret key of the API key.
The pair ID in format 'FROMTO' (e.g., 'BTCETH'). Available pair IDs can be obtained from the GET /v1/tokens endpoint.
Address where exchanged funds will be sent
Optional destination tag for certain cryptocurrencies
Optional memo for certain cryptocurrencies
Optional user ID for associating the order with a specific user. If not provided, the order will be associated with the user’s IP address.
order created
bad request
unauthorized
forbidden
pair not found
service unavailable
The ID of the order to refresh
API key for authentication
Signature for authentication request if required by the API key. The signature is generated using the withdraw address and the secret key of the API key.
order refreshed
unauthorized
forbidden
order not found
The ID of the order to refresh
API key for authentication
Signature for authentication request if required by the API key. The signature is generated using the withdraw address and the secret key of the API key.
order cancelled
unauthorized
forbidden
order not found
The ID of the order to refresh
API key for authentication
Signature for authentication request if required by the API key. The signature is generated using the withdraw address and the secret key of the API key.
order marked as paid
unauthorized
forbidden
order not found
API key for authentication
The destination token ID (currently only supporting 'sol')
The destination token blockchain. If not provided, it can be selected by available chains if there's only one supported. If multiple chains support this token, this parameter should be required.
The user ID for tracking purposes. This is optional and can be used to associate the request with a specific user.
successful
bad request
unauthorized
forbidden
Last updated
Was this helpful?