Wallet
Authorizations
X-API-KeystringRequired
API key for authentication. Get your key from the dashboard.
Query parameters
pageintegerOptionalDefault:
1per_pageintegerOptionalDefault:
20typestring · enumOptionalPossible values:
date_fromstring · dateOptional
date_tostring · dateOptional
Responses
200
Transaction list
application/json
successbooleanOptionalExample:
true401
Authentication required or invalid
application/json
get
/wallet/transactionsAuthorizations
X-API-KeystringRequired
API key for authentication. Get your key from the dashboard.
Body
amountnumber · float · min: 0.4Required
Amount in USD
gatewaystring · enumRequiredPossible values:
Payment gateway
currencystringOptionalDefault:
Crypto currency (for crypto gateways)
USDTResponses
200
Deposit created
application/json
successbooleanOptionalExample:
true401
Authentication required or invalid
application/json
422
Validation failed
application/json
post
/wallet/depositAuthorizations
X-API-KeystringRequired
API key for authentication. Get your key from the dashboard.
Query parameters
pageintegerOptionalDefault:
1per_pageintegerOptionalDefault:
20statusstring · enumOptionalPossible values:
Responses
200
Deposit list
application/json
successbooleanOptionalExample:
true401
Authentication required or invalid
application/json
get
/wallet/depositsAuthorizations
X-API-KeystringRequired
API key for authentication. Get your key from the dashboard.
Path parameters
idintegerRequired
Responses
200
Deposit status
application/json
successbooleanOptionalExample:
true401
Authentication required or invalid
application/json
404
Resource not found
application/json
get
/wallet/deposits/{id}/statusLast updated