Through this endpoint customers can generate a new Receiving/Deposit Addresses into their Vaults.
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, Binance Smart Chain, Tron etc.
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "sepolia" are test networks.
Represents the unique ID of the specific Vault.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Represents a custom label that customers can set up for addresses. E.g. custom label named "User Email Address".
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Vaultody and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Specifies the specific deposit address.
Defines the specific UNIX time when the deposit address was created.
Represents a custom label that customers can set up for addresses. E.g. custom label named "User Email Address".
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"context": "yourExampleString",
"data": {
"item": {
"label": "yourAddressLabelHere"
}
}
}
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"address": "2MtzNEqm2D9jcbPJ5mW7Z3AUNwqt3afZH66",
"createdTimestamp": "1624028267",
"label": "yourAddressLabelHere"
}
}
}