Deposit Funds
This guide is for getting deposit address details for receiving cryptocurrency on a supported network
Generate Crypto Address
GET
/generate-crypto-address/{network}/{currency}
Headers
Name
Value
Content-Type
application/json
Token
<token>
Request Parameters
Name
Type
Description
currency
string
The type of cryptocurrency for which the address is being generated
network
string
The blockchain network on which the cryptocurrency operates
preferred_name
string
A user defined name for the address to be generated
Response
{
"status": "1",
"message": "0x929b08b7a0042d99d342132e1c7280496be47c45",
"redirect_url": "https://checkout.yogupay.com/crypto/address/0x929b08b7a0042d99d342132e1c7280496be47c45/network/Ethereum/currency/USDT"
}
Last updated