{"api":"v1","generated_at":"2026-09-16T05:05:18.827Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/aisfleet-com-api-x402-v1-ais-vessels-mmsi-position-f5dcea","pinned_page":"https://tollindex.com/e/aisfleet-com-api-x402-v1-ais-vessels-mmsi-position-f5dcea/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"aisfleet-com-api-x402-v1-ais-vessels-mmsi-position-f5dcea","canonical_url":"https://aisfleet.com/api/x402/v1/ais/vessels/:mmsi/position","resource":"https://aisfleet.com/api/x402/v1/ais/vessels/:mmsi/position","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Get the latest available AIS Fleet vessel position for a 9-digit MMSI, observed within the prior six hours. The response includes observation time, age, and speed/course over ground when the observation reported them.","service_name":"AIS Fleet","declared_category":null,"declared_tags":["ais","vessel","position","maritime"],"route_template":"/api/x402/v1/ais/vessels/:mmsi/position","registry_updated":"2026-09-07T07:02:48.995Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"vessels position","category":"other","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0xa4b5056e8260d49213e64c081b504c8535c14bc4","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-07T07:02:48.091Z"},"validation":{"latest":{"observed_at":"2026-09-15T07:03:16.106Z","state":"fail","failed_checks":["returns_402"],"endpoint_http_status":404,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":0,"ratio":0},{"days":30,"observed":5,"passed":0,"ratio":0},{"days":90,"observed":5,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-15T07:03:16.106Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:29:50.585Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:19:15.314Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T09:49:32.939Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T14:48:04.378Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xa4b5056e8260d49213e64c081b504c8535c14bc4","page":"https://tollindex.com/seller/0xa4b5056e8260d49213e64c081b504c8535c14bc4","endpoints":5,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["ais","vessel","position","maritime"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xa4b5056e8260d49213e64c081b504c8535c14bc4","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-07T07:02:48.091Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://aisfleet.com/api/x402/v1/ais/vessels/:mmsi/position","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","pathParams":{"mmsi":"368201690"}},"output":{"type":"json","example":{"mmsi":"123456789","position":{"latitude":47.6062,"longitude":-122.3321},"provider":"AIS Fleet","age_seconds":120,"license_url":"https://aisfleet.com/agent-data-license/","observed_at":"2026-08-07T18:42:10Z","speed_over_ground_knots":6.4,"course_over_ground_degrees":213}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","pathParams"],"properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","const":"GET"},"pathParams":{"type":"object","required":["mmsi"],"properties":{"mmsi":{"type":"string","pattern":"^[0-9]{9}$"}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"type":"string","const":"json"},"example":{"type":"object","required":["provider","mmsi","position","speed_over_ground_knots","course_over_ground_degrees","observed_at","age_seconds","license_url"],"properties":{"mmsi":{"type":"string","pattern":"^[0-9]{9}$"},"position":{"type":"object","required":["latitude","longitude"],"properties":{"latitude":{"type":"number","maximum":90,"minimum":-90},"longitude":{"type":"number","maximum":180,"minimum":-180}},"additionalProperties":false},"provider":{"type":"string","const":"AIS Fleet"},"age_seconds":{"type":"integer","minimum":0},"license_url":{"type":"string","format":"uri"},"observed_at":{"type":"string","format":"date-time"},"speed_over_ground_knots":{"type":["number","null"]},"course_over_ground_degrees":{"type":["number","null"]}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false},"routeTemplate":"/api/x402/v1/ais/vessels/:mmsi/position"}},"description":"Get the latest available AIS Fleet vessel position for a 9-digit MMSI, observed within the prior six hours. The response includes observation time, age, and speed/course over ground when the observation reported them.","lastUpdated":"2026-09-07T07:02:48.995Z","serviceName":"AIS Fleet","x402Version":2}]}}