API reference
Vaultody
POST
/info/{blockchain}/{network}/addresses/validate
Validate Address
This endpoint checks user public addresses whether they are valid or not.
Path parameters
blockchain
string
required
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
network
string
required
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.
Query parameters
context
string
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.
Body parameters application/json
context
string
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.
data
object
required
item
object
required
address
string
required
e.g. mho4jHBcrNCncKt38trJahXakuaBnS7LK5
Represents the specific address that will be checked if it's valid or not.
Response
Returns 200 the request has been successful.
apiVersion
string
required
Specifies the version of the API that incorporates this endpoint.
requestId
string
required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
context
string
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.
data
object
required
item
object
required
address
string
required
Represents the specific address that will be checked if it's valid or not.
isValid
boolean
required
Defines whether the address is valid or not. Set as boolean.