wormhole-explorer/api/types
agodnic 6fcf8f8270
Add route `GET /api/v1/address/{address}` (#228)
### Summary

This pull request adds the new route `GET /api/v1/address/{address}`, which returns the transactions in which the given address participated.

Examples:
* https://api.staging.wormscan.io/api/v1/address/0x0000000000000000000000001ef2e0219841d1a540d99c432a6eddb75deed1b7
* 000000000040d99c432a6eddb75deed1b7
* 000000000040d99c432a6eddb75deed1b7?page=0&pageSize=2
* 000000000040d99c432a6eddb75deed1b7?page=1&pageSize=2
* https://api.staging.wormscan.io/api/v1/address/1111111111114Sd894pYPPeXjZCDN5Gv8KCzwFGN

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/222
2023-04-12 15:51:33 -03:00
..
address.go Add route `GET /api/v1/address/{address}` (#228) 2023-04-12 15:51:33 -03:00
address_test.go Add route `GET /api/v1/address/{address}` (#228) 2023-04-12 15:51:33 -03:00
tx_hash.go [API/TX-TRACKER] Add support for Solana tx hashes (#218) 2023-04-05 10:33:28 -03:00
tx_hash_test.go [API/TX-TRACKER] Add support for Solana tx hashes (#218) 2023-04-05 10:33:28 -03:00