Connect to the Aurato Graph.
Convenience-first endpoints for payment methods, markets and their connected measurements, relationships and evidence.
{
"data": {
"id": "pmt_pix",
"type": "payment_method",
"slug": "pix",
"name": "Pix",
"description": "Introduced in 2020, Pix is a bank-transfer payment method for account-to-account payments.",
"links": {
"self": "https://api.aurato.io/v1/payment-methods/pmt_pix",
"markets": "https://api.aurato.io/v1/payment-methods/pmt_pix/markets",
"measurements": "https://api.aurato.io/v1/payment-methods/pmt_pix/measurements",
"sources": "https://api.aurato.io/v1/payment-methods/pmt_pix/sources"
}
},
"meta": {
"api_version": "1",
"ontology_version": "2026-09",
"dataset_release": "live",
"rule_version": "2026-09.1",
"request_id": "req_…"
}
}