Skip to content

Instantly share code, notes, and snippets.

@alinetskyi
Created February 13, 2025 15:43
Show Gist options
  • Save alinetskyi/fb9e50155484275c42be79c183ba1547 to your computer and use it in GitHub Desktop.
Save alinetskyi/fb9e50155484275c42be79c183ba1547 to your computer and use it in GitHub Desktop.
https://bei.anchainai.com/api/address_risk_activity?proto=<PROTO>&address=<ADDR>&apikey=<APIKEY>
##### Bank #####
- name: address_risk_activity
definition:
kind: synchronous
handler: "{{ANCHAIN_API_URL}}/api/address_risk_activity?proto=coreum&apikey={{ANCHAIN_API_KEY}}"
output_type: json
arguments:
- name: address
type: String!
type: query
headers:
- value: application/json
name: Content-Type
permissions:
- role: anonymous
objects:
- name: AddressRiskActivity
fields:
- name: coins
type:
- name: validator_address
type: String!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment