Wallet

Balance and payment operations

Get wallet balance

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Responses
chevron-right
200

Current balance

application/json
successbooleanOptionalExample: true
get
/wallet/balance

List transactions

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Query parameters
pageintegerOptionalDefault: 1
per_pageintegerOptionalDefault: 20
typestring · enumOptionalPossible values:
date_fromstring · dateOptional
date_tostring · dateOptional
Responses
chevron-right
200

Transaction list

application/json
successbooleanOptionalExample: true
get
/wallet/transactions

Create deposit

post

Create a deposit using available payment gateways.

Payment Methods:

  • heleket or crypto - Heleket crypto gateway

  • cryptomus - Cryptomus gateway

  • piprapay - PipraPay USD gateway

Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Body
amountnumber · float · min: 0.4Required

Amount in USD

gatewaystring · enumRequired

Payment gateway

Possible values:
currencystringOptional

Crypto currency (for crypto gateways)

Default: USDT
Responses
chevron-right
200

Deposit created

application/json
successbooleanOptionalExample: true
post
/wallet/deposit

List deposits

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Query parameters
pageintegerOptionalDefault: 1
per_pageintegerOptionalDefault: 20
statusstring · enumOptionalPossible values:
Responses
chevron-right
200

Deposit list

application/json
successbooleanOptionalExample: true
get
/wallet/deposits

Check deposit status

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Path parameters
idintegerRequired
Responses
chevron-right
200

Deposit status

application/json
successbooleanOptionalExample: true
get
/wallet/deposits/{id}/status

Last updated