Skip to main content
GET
Get organization profile
Use the API playground below to test the authenticated profile endpoint. The generated endpoint pages in this section let you test every Merchant API endpoint from the OpenAPI reference.

Authentication

Send your API key in the x-api-key header on every request. Use environment: sandbox while testing. If the environment header is omitted, the request uses production.

Endpoints covered

  • GET /v3/profile
  • GET /v3/wallets
  • GET /v3/wallet/{currency}
  • POST /v3/collect
  • POST /v3/transfer
  • POST /v3/swap
  • GET /v3/transactions
  • GET /v3/transaction/{id}
  • GET /v3/rates

Error codes

Authorizations

x-api-key
string
header
required

Merchant API secret.

Headers

environment
enum<string>
default:production

Target environment. Defaults to production when omitted.

Available options:
production,
sandbox

Response

Organization profile.

status
enum<string>
required
Available options:
success
data
object
required
Last modified on July 7, 2026