Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot GET /token_pairs #59

Open
SvenMeyer opened this issue Dec 31, 2019 · 1 comment
Open

Cannot GET /token_pairs #59

SvenMeyer opened this issue Dec 31, 2019 · 1 comment

Comments

@SvenMeyer
Copy link

SvenMeyer commented Dec 31, 2019

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
Copy link
Member

dekz commented Jan 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@SvenMeyer @dekz and others