Documentation Index Fetch the complete documentation index at: https://apidocs.hopnow.io/llms.txt
Use this file to discover all available pages before exploring further.
Supported Currency and Network Combinations
Currency Network Notes USDCsolana_devnetFully functional — use a faucet to test deposits USDTsolana_devnetDeposit PYUSD on Solana Devnet (temporary workaround)
Currency Network USDCethereumUSDCsolanaUSDTethereumUSDTsolana
One wallet is allowed per currency + network combination. Attempting to create a duplicate returns an error.
Path Parameters
The account’s external ID (starts with acc_)
Request Body
Cryptocurrency currency code (e.g., USDC_ETHEREUM, BTC, ETH)
Blockchain network identifier (e.g., ethereum, bitcoin, polygon)
User-friendly label for the wallet (max 255 characters)
Response
Wallet identifier (starts with wal_)
Wallet addresses Address tag/memo (if applicable)
Wallet status: active, suspended, or inactive
ISO 8601 timestamp when created
ISO 8601 timestamp when last updated
Response Example
{
"id" : "wal_fxnw87105mc1vuru4q8yzrez" ,
"object" : "wallet" ,
"account_id" : "acct_ka44qsvpo8q3wtzuwfqf0h6u" ,
"currency" : "USDT" ,
"network" : "solana_devnet" ,
"addresses" : [
{
"address" : "C4bhocDFYFtK8fMypf31Frez7mztiim6PNvgDFbFQBLN" ,
"tag" : null
}
],
"label" : "Treasury USDT Wallet" ,
"status" : "active" ,
"created" : "2024-01-01T00:00:00Z" ,
"updated" : "2024-01-01T00:00:00Z"
}