General APIs with JWT

Add Crypto Wallet

Add a new crypto wallet for the authenticated user.

post/crypto-wallets

Request body

networkstring required

Network name (e.g., 'ethereum')

tokenstring required

Token type (e.g., 'USDT')

wallet_addressstring required

Wallet address

is_defaultboolean

Set as default wallet

Response

Successful Response

idstring uuid required
user_idstring uuid required
networkstring required
tokenstring required
wallet_addressstring required
is_defaultboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.