wormholescan

Returns all the VAAs generated in specific blockchain.

get/api/v1/vaas/:chain_id

Path parameters

chain_idinteger required

id of the blockchain

Query parameters

pageinteger

Page number.

pageSizeinteger

Number of elements per page.

sortOrder'ASC' | 'DESC'

Sort results in ascending or descending order.

fromstring

beginning of period (RFC3339, matches the VAA timestamp). Defaults to two weeks before 'to' when only 'to' is set.

tostring

end of period (RFC3339, matches the VAA timestamp). Defaults to two weeks after 'from' when only 'from' is set.

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.