Asset
get
Retrieves the underlying asset address of the ERC4626 vault.
Authorizations
Path parameters
accountstringRequired
- The account making the request
Query parameters
chainIdstringRequired
- The blockchain network ID
addressstringRequired
- The ERC4626 vault contract address
Header parameters
AuthorizationstringRequired
- The authorization token
Responses
200
Ok
application/json
get
GET //erc4626/{account}/asset HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
Ok
{
"success": true,
"message": "text",
"data": null
}