Skip to main content
GET
Get offramp account
Fetches a single offramp account by ID.

Authorizations

x-api-key
string
header
required

Requires authentication via API key and HMAC signature.

  • x-api-key: Your API key generated from your Onboard Business dashboard.
  • x-timestamp: Unix epoch timestamp (seconds) used in signature, allowed skew is 30 seconds
  • x-signature: SHA256 HMAC HEX signature calculated over t={x-timestamp}&{requestBody} using your API Secret.

Path Parameters

offrampAccountId
string
required

Response

Offramp account details

id
string<uuid>
required

Unique identifier for the offramp account.

beneficiary
object
required

Fiat beneficiary object

payoutCurrency
string
required
Example:

"KES"

status
enum<string>

Status of the offramp account.

Available options:
ACTIVE,
INACTIVE,
SUSPENDED
createdDate
string<date-time>