VToken API

Get a vToken

Request

  • method: POST

  • url: /volare/vTokens/{contract}

  • path:

NameTypeDescriptionExample

contract

string

The vToken address.

0xc4129a3d3f495442f3e58e914352eebb84df68c2

  • query:

NameTypeDescriptionExample

address

string

The owner address.

0xd894cf83f2f8d1d795b4c0ddc7f86e2baedef3b1

withMarket

boolean

With market data when true, or without market data when false.

true

withStat

boolean

With stat when true, or without stat when false.

true

Response

Last updated