0xProject / standard-relayer-api

Standard specifications for 0x relayer public APIs
Apache License 2.0
164 stars 46 forks source link

Cannot GET /token_pairs #59

Open SvenMeyer opened 4 years ago

SvenMeyer commented 4 years ago

file : http/v3.md

curl https://api.0x.org/token_pairs?page=3&perPage=20

returns

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /token_pairs</pre>
</body>
</html>
dekz commented 4 years ago

This should be https://api.0x.org/sra/asset_pairs?page=1&perPage=20 and any example code referencing token_pairs is not correct. It is only used in an Link Header example but should be updated to be asset_pairs.