βš™οΈAPI Reference Summary

API Summary Table

Function

Endpoint

Method

Description

Business

Register Business

/register

POST

Creates a new business profile and returns API credentials.

Get Business Info

/info

GET

Retrieves the name and wallet addresses for the authenticated business.

Create Wallet Address

/wallet-address

POST

Adds a new settlement wallet address to the business profile.

Transactions

Get Supported Banks

/banks

GET

Returns a list of supported fiat banks for settlement.

Get Quote

/quote

POST

Provides a real-time exchange rate for a buy or sell transaction.

Create Order

/order

POST

Creates a formal transaction based on a quoteId.

Get Order Status

/order/{id}

GET

Retrieves the current status and details of a specific order.

Get All Orders

/orders

GET

Retrieves all the current order list

Last updated