wormholescan
Returns all all the VAAs generated by a specific emitter address.
get/api/v1/vaas/:chain_id/:emitter
Path parameters
chain_idinteger required
id of the blockchain
emitterstring required
address of the emitter
Query parameters
toChaininteger
destination chain (deprecated param)
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